home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / xxbg221.zip / XXBUG.DOC < prev    next >
Text File  |  1994-02-18  |  3KB  |  85 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                     XXBUG
  10.                                  Version 2.21
  11.                              XX-SCRIPT GENERATOR
  12.                             Written by Chad Wagner
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. DISTRIBUTION -
  24.  
  25. This software may be distributed freely, it may not be sold, all documentation
  26. must be included with this package.
  27.  
  28. DISCLAIMER -
  29.  
  30. This product is delivered without guarantee of any kind.  The contents of this
  31. document are for information purposes only.  While the author has taken care
  32. to ensure that this software is reliable and useful, liability for use of this
  33. program rests entirely with the user.  The author reserves the right to change
  34. any information in this document without notice.
  35.  
  36. ------------------------------------------------------------------------------
  37.  
  38. XXBUG will allow you to make DOS DEBUG script files out of binary files,
  39. allowing them to retrieve the original file without the use of a decoder.
  40.  
  41. Compatibility -
  42.  
  43. XXBUG has a built-in xx-encoding routine, and is compatible with GXD v3.3a.
  44.  
  45. Requirements -
  46.  
  47. XXBUG requires at least as much disk space as the size of the binary file,
  48. XXBUG requires at least an IBM 8088 machine, and should work with most
  49. versions of DOS (NOTE: XXBUG has only been tested on Version 5.0), TSRs have
  50. not been a problem so far, and they shouldn't be.
  51.  
  52. XXBUG AUTHOR INFORMATION - 
  53.  
  54. XXBUG was written by:
  55.  
  56. Chad Wagner
  57. 4430 N.W. 12th St.
  58. Coconut Creek, FL  33066-1534
  59. USA
  60.  
  61. XXBUG HEADER INFORMATION -
  62.  
  63. XXBUG incorporates a similar header as XX34E, but has a few differences,
  64. one major difference between the XX3401, and XXBUG headers is that the new
  65. XXBUG 2.0 header has all of it's values specified in hexadecimal, except for
  66. the date.
  67.  
  68. *XXBUG20--0000063A--09121992--00003327------------------FILENAME.EXT
  69.    ^         ^         ^          ^                          ^
  70.    |         |         |          |                          |
  71.    |         |         |          |                          |
  72.    |         |         |          |                          |
  73.    |         |         |        CRC32                    File Name &
  74.    |         |         |                                 Extension
  75.    |         |         |
  76.    |         |     Date (International
  77.    |         |     format, DDMMYYYY)
  78.    |       Size
  79.    |
  80.  Tells you it's
  81.  an XXBUG 2.0
  82.  header.
  83.  
  84. XXBUG uses a CRC-32 calculation that conforms with ANSI X3.66, you will be
  85. able to find the same CRC-32 checksum in programs like PKZIP and ARJ.